home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience / SGI O2 Out of Box Experience.iso / jungleIsland / RaptorBuilder / uiTexture0.wrl < prev    next >
Text File  |  1996-11-14  |  776b  |  47 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.   children    Shape {
  5.     appearance    Appearance {
  6.       material    Material {
  7.         emissiveColor 1 1 1
  8.  
  9.       }
  10.  
  11.       texture ImageTexture {
  12.       url "aaaH.jpg"
  13.       }
  14.  
  15.     }
  16.  
  17.     geometry    IndexedFaceSet {
  18.       coord    Coordinate {
  19.     point    [ -0.1 0.1 -0.1,
  20.           -0.1 0.1 0.1,
  21.           0.1 0.1 0.1,
  22.           0.1 0.1 -0.1 ]
  23.       }
  24.  
  25.       coordIndex    [ 0, 1, 2, 3, -1 ]
  26.       texCoord    TextureCoordinate {
  27.     point    [ 0 1,
  28.           0 0,
  29.           1 0,
  30.           1 1 ]
  31.       }
  32.  
  33.       texCoordIndex    [ 0, 1, 2, 3, -1 ]
  34.       ccw    TRUE
  35.       solid    TRUE
  36.       convex    TRUE
  37.       creaseAngle    0.5
  38.     }
  39.  
  40.   }
  41.  
  42.   translation    -0.442127 0.00542363 1.30107
  43.   rotation    0.857736 -0.507102 0.0844773  0.383663
  44.   scale    0.602073 0.60208 0.602073
  45.   scaleOrientation    -0.181425 0.983344 0.0109006  0.14774
  46. }
  47.